ListLevelPositionAndSpaceMode Enumeration
Represents how the position and spacing of the list labels (numbers or bullets) is defined.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum ListLevelPositionAndSpaceMode
Public Enumeration ListLevelPositionAndSpaceMode
| LabelAlignment | 0 |
The list level label alignment and the text align attribute are used to define the position and spacing of the list label and the list item.
|
| LabelWidthAndPosition | 1 |
The space before, min label width, min label distance and text align attributes are used to define the position and spacing of the list label and the list item.
|
| None | 2 |
None.
|